Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken allocation test on 1.5 #605

Merged
merged 2 commits into from
Feb 2, 2021
Merged

Conversation

tkoolen
Copy link
Collaborator

@tkoolen tkoolen commented Feb 2, 2021

Wrapping the @allocated call in @test seems to be triggering an allocation; probably some compiler limit being triggered? Using @ballocated from BenchmarkTools (JuliaCI/BenchmarkTools.jl#157),) seems like a more robust way to measure.

Ref JuliaLang/julia#27270 and JuliaLang/julia#33717.

Wrapping the `@allocated` call in `@test` seems to be triggering an allocation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant